Content Library FindSpec
Specifies the properties that can be used as a filter to find libraries. When multiple properties are specified, all properties of the library must match the specification.
{
"name": "string",
"type": "string",
"storage_backing": {
"type": "string",
"datastore_id": "string",
"storage_uri": "string"
}
}
Name of the library to search. The name is case-insensitive. See Content LibraryModel.name.
If not specified any name will be searched.
Library type to search. See Content LibraryModel.type.
For more information see: Content LibraryModel LibraryType.
If not specified any library type will be searched.
Library StorageBacking to search. See Content Library StorageBacking.
This property was added in vSphere API 9.0.0.0.
If not specified any storage backing will be searched.